bitkeeper revision 1.893 (40a0e17bG2Buec6p9lQCs05N5de7sA)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 11 May 2004 14:21:47 +0000 (14:21 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Tue, 11 May 2004 14:21:47 +0000 (14:21 +0000)
Add "debug ?=n" to xen/Rules.mk so people can easily see how to enable a debug build of Xen.

xen/Rules.mk

index 440a05c925509afe8f899b093786d1bc84180cd3..a9db6358a44aeafcb2523a085e0f8e5a33b6bdf7 100644 (file)
@@ -2,6 +2,7 @@ COMPILE_ARCH := $(shell uname -m | sed -e s/i.86/i386/)
 TARGET_ARCH  ?= $(COMPILE_ARCH)
 
 nodev ?= n
+debug ?= n
 
 TARGET  := $(BASEDIR)/xen
 HDRS    := $(wildcard $(BASEDIR)/include/xen/*.h)